projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c20cd
)
(sh-mode-map): Put sh-execute-region on C-M-x.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Nov 1995 17:06:28 +0000
(17:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 10 Nov 1995 17:06:28 +0000
(17:06 +0000)
Put executable-interpret on C-c C-x.
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index b4db1b903c3c10340f1c6f0b16ed31b14aa72732..b9b2e152f6929e1e8425dfbe1ad66bae5ed7320a 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-237,8
+237,8
@@
actually defined as the table for the like of \\[edit-abbrevs].")
(define-key map "=" 'sh-assignment)
(define-key map "\C-c+" 'sh-add)
- (define-key map "\C-
c|
" 'sh-execute-region)
- (define-key map "\C-c
!
" 'executable-interpret)
+ (define-key map "\C-
\M-x
" 'sh-execute-region)
+ (define-key map "\C-c
\C-x
" 'executable-interpret)
(define-key map "<" 'sh-maybe-here-document)
(define-key map "(" 'skeleton-pair-insert-maybe)
(define-key map "{" 'skeleton-pair-insert-maybe)